home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 July: Mac OS SDK / Dev.CD Jul 96 SDK / Dev.CD Jul 96 SDK1.toast / Development Kits (Disc 1) / OpenDoc Development Framework / ODFDev / ODF / Found / FWExcLib / Include / FWExcLib.h < prev   
Encoding:
Text File  |  1996-04-25  |  514 b   |  26 lines  |  [TEXT/MPS ]

  1. //========================================================================================
  2. //
  3. //    File:                FWExcLib.h
  4. //    Release Version:    $ ODF 1 $
  5. //
  6. //    Copyright:    (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
  7. //
  8. //========================================================================================
  9.  
  10. #ifndef FWEXCLIB_H
  11. #define FWEXCLIB_H
  12.  
  13. #ifndef FWEXCIMP_H
  14. #include "FWExcImp.h"
  15. #endif
  16.  
  17. #ifndef FWEXCEPT_H
  18. #include "FWExcept.h"
  19. #endif
  20.  
  21. #ifndef FWEXCDEF_H
  22. #include "FWExcDef.h"
  23. #endif
  24.  
  25. #endif
  26.